home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 3 / CU Amiga Magazine's Super CD-ROM 03 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-09].iso / support / superviewcd / superviewlibrary / packersupport / unpack-svobject / unpack.doc < prev    next >
Text File  |  1996-01-29  |  2KB  |  100 lines

  1.  
  2.   Unpack.svobject
  3.  
  4.   © 1994-95 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.2
  9.   Release Date : 29.10.1995
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V6+
  16.   - "xpkmaster.library" V2+ and/or "powerpacker.library" V33+
  17.  
  18.  
  19.   Description
  20.   ~~~~~~~~~~~
  21.   Unpack.svobject is an external Library-Module for the
  22.   superview.library V5+.
  23.  
  24.   I supports reading of XPK- or PowerPacked files and will re-parse
  25.   them through superview.library by creating an temporary, unpacked
  26.   file at the location "VMEM:" and then retrying to do the specific
  27.   operation on the file.
  28.  
  29.   So this is just a Dummy-SVObject which does for you the work of
  30.   unpacking graphics files before displaying them.
  31.   Writing (packing) of files is not possible.
  32.  
  33.  
  34.   Remarks
  35.   ~~~~~~~
  36.   * VMEM:
  37.   * Temporary data will be written to a directory assigned to "VMEM:".
  38.  
  39.   * Compatibility:
  40.   * Well, this one is not a "real" SVObject and will thus not work
  41.     with Versions below V5 of superview.library.
  42.     It depends on the presence of GfxBuffer-Support and various other
  43.     things. It's just thought to make your life easier, if you've to handle
  44.     many packed files, which you don't want to unpack each time you
  45.     wish to display them.
  46.     Nevertheless it is recommended to work with unpacked files, wherever
  47.     possible. If you wish to pack files with PP20 or XPK, please
  48.     use the SVO-Format for this instead.
  49.  
  50.  
  51.   Author
  52.   ~~~~~~
  53.   Andreas R. Kleinert
  54.   Grube Hohe Grethe 23
  55.   D-57074 Siegen
  56.   Germany
  57.  
  58.   Credits
  59.   ~~~~~~~
  60.   The "powerpacker.library" V33+ is (C)opyright by Nico François.
  61.   The Library is FREEWARE and is needed by Unpack.svobject, to be able
  62.   to read and decode PP20-packed files.
  63.  
  64.   The "xpkmaster.library" V2+ is (C)opyright by its authors
  65.   (c/o Urban Dominik Müller).
  66.   The Library is freely distributable and is needed by Unpack.svobject,
  67.   to read and decode XPK-packed files.
  68.  
  69.  
  70.   History
  71.   ~~~~~~~
  72.   V3.2 (29.10.1995) :
  73.  
  74.    - recompiled with SAS/C V6.56
  75.  
  76.   V3.1 (07.10.1995) :
  77.  
  78.    - updated to V3 specs
  79.  
  80.   V2.3 (22.07.1995) :
  81.  
  82.    - requests superview.library V11+
  83.  
  84.   V2.2 (14.04.1995) :
  85.  
  86.    - well, needs superviewsupport.library V3+
  87.      and _not_ V1+
  88.    - recompiled with SAS/C V6.55
  89.    - now saves A1 when opened/closed
  90.  
  91.   V2.1 (23.12.1994) :
  92.  
  93.    - first version
  94.  
  95.  
  96.   Copyrights
  97.   ~~~~~~~~~~
  98.   Some of the mentioned names or products above may be copyrighted by
  99.   companies or trademarks of companies.
  100.